home *** CD-ROM | disk | FTP | other *** search
/ NeXT Education Software Sampler 1992 Fall / NeXT Education Software Sampler 1992 Fall.iso / Programming / Source / Car / Makefile < prev    next >
Encoding:
Makefile  |  1992-06-25  |  1.1 KB  |  43 lines

  1. #
  2. # Generated by the NeXT Interface Builder.
  3. #
  4. # NOTE: Do NOT change this file -- Interface Builder maintains it.
  5. #
  6. # Put all of your customizations in files called Makefile.preamble
  7. # and Makefile.postamble (both optional), and Makefile will include them.
  8. #
  9.  
  10. NAME = Car
  11.  
  12. INTERFACES = Car.nib Graph.nib Report.nib
  13. CLASSES = AppDelegate.m Battery.m Car.m Controller.m Cycle.m DataView.m \
  14.           Engine.m GasTank.m Inspector.m Motor.m Road.m Transmission.m \
  15.           Wheels.m
  16. MFILES = Car_main.m
  17. TIFFFILES = Car.tiff Design.tiff
  18. APPICON = Car.tiff
  19. DOCICONS = Cardoc.tiff environment.tiff cycle.tiff
  20.  
  21. SOURCEMODE = 444
  22.  
  23. LIBS = -lNeXT_s -lsys_s
  24. DEBUG_LIBS = $(LIBS)
  25. PROF_LIBS = -lNeXT_p -lsys_p
  26.  
  27. MAKEFILEDIR = /usr/lib/nib
  28. ICONSECTIONS =    -sectcreate __ICON app Car.tiff \
  29.         -sectcreate __ICON car Cardoc.tiff \
  30.         -sectcreate __ICON environment environment.tiff \
  31.         -sectcreate __ICON cycle cycle.tiff
  32.  
  33. INSTALLDIR = $(HOME)/Apps
  34. INSTALLFLAGS = -c -s -m 755
  35.  
  36. -include Makefile.preamble
  37.  
  38. include $(MAKEFILEDIR)/app.make
  39.  
  40. -include Makefile.postamble
  41.  
  42. -include Makefile.dependencies
  43.